Charting for WinForms Programmer's Guide
StackRenderer.EnumVisibleStackPointsRelativeTo Method
See Also
 






Enumerates the data values of rendered series mapped to plot 2D coordinates.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected void EnumVisibleStackPointsRelativeTo (
    RenderContext context,
    Nullable<Double> origin,
    StackRenderer.ProcessStackPoint process
)

Visual Basic  Copy Code

Protected Sub EnumVisibleStackPointsRelativeTo( _
    context As RenderContext, _
    origin As Nullable(Of Double), _
    process As StackRenderer.ProcessStackPoint _
)

 Parameters

context

A RenderContext instance.

origin

A double value specifying axis origin.

process

A ProcessStackPoint callback.

 See Also

StackRenderer Members
StackRenderer Class
MindFusion.Charting Namespace